<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / BindingList<T> Class
Type of element in the collection.
Members

In This Topic
    BindingList<T> Class
    In This Topic
    Provides a generic collection that supports data binding.
    Object Model
    BindingList<T> Class
    Syntax
    'Declaration
     
    Public Class BindingList(Of T) 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
       Implements IBindingList 
    Type Parameters
    T
    Type of element in the collection.
    Inheritance Hierarchy
    See Also